Vapi Metadata Privilege OperationInfo

Vapi Metadata Privilege OperationInfo
Vapi Metadata Privilege OperationInfo

The Vapi Metadata Privilege OperationInfo schema contains privilege information of an operation element.

For an explanation of containment within operation elements, see Vapi Metadata Privilege Service Operation.

JSON Example
{
    "privileges": [
        "string"
    ],
    "privilege_info": [
        {
            "property_path": "string",
            "privileges": [
                "string"
            ]
        }
    ]
}
array of string
privileges
Required

List of all privileges assigned to the operation element.

privilege_info
Required

Privilege information of all the parameter elements of the operation element.

For an explanation of containment of privilege information within parameter elements, see Vapi Metadata Privilege PrivilegeInfo.